home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
AudioApps
/
Resound
/
PreferencesManager.h
< prev
next >
Wrap
Text File
|
1992-12-20
|
680b
|
46 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface PreferencesManager:Object
{
id PreferencesPanel;
// Put your module id here if you need to contact it!
id TheEditController;
// Put your interface buttons here...
id ContinuousZoomButton;
id ContinuousUpdateSelectionButton;
id ContinuousUpdateViewButton;
id MinMaxDisplayButton;
id OscilliscopicDisplayButton;
}
- init;
- SavePreferences;
- PerformPreferences;
- SoundComingIn;
// a preferences look-up
- (BOOL) ContinuousSelection;
- (BOOL) ContinuousView;
- (int) MinMaxDisplay;
// for the preferences panel
- StartPreferencesPanel:sender;
- PreferencesOkayed:sender;
@end